|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VirtualCamera
Identifies the instance of implementing class as a virtual camera.
| Method Summary | |
|---|---|
void |
moveFocus(float move1,
float move2)
Moves the virtual focus of the camera. |
void |
rotateCamera(float angle,
float angleZ)
Rotates the camera. |
void |
zoomCamera(float zoom)
Zooms the camera in/out. |
| Method Detail |
|---|
void moveFocus(float move1,
float move2)
move1 - movement of the focus along the X-axis of the camera.
Difference, not absolute positionmove2 - movement of the focus along the Y-axis of the camera.
Difference, not absolute positionvoid zoomCamera(float zoom)
zoom - the amount to zoom
void rotateCamera(float angle,
float angleZ)
angle - rotation around the Y-axis of the scene.
Difference, not absolute angleangleZ - the change of the angle of the X-axis of camera.
Difference, not absolute angle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||